Skip to content

Add white-list to WorkingCopyCheck#188

Open
evs-xsarus wants to merge 1 commit intoliip:mainfrom
evs-xsarus:feature/180-add-white-list-to-workingcopycheck
Open

Add white-list to WorkingCopyCheck#188
evs-xsarus wants to merge 1 commit intoliip:mainfrom
evs-xsarus:feature/180-add-white-list-to-workingcopycheck

Conversation

@evs-xsarus
Copy link
Contributor

This code change makes it possible to have working copy changes and still release. For instance a CHANGELOG file that must be committed with the release, but you don't want a separate CHANGELOG commit and version commit.

Only modified files will be checked, thus those that have the 'M' in a status list.

Works with Git and HG.

Configuration in .rmp.yml:

     prerequisites:
        working-copy-check:
            allow-ignore: false
            allowed-modifications:
                - CHANGELOG.txt
                - magento/index.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant